Hi PD team,
I’ve been using an webhook integration, that takes v2 webhooks, extracts the integration_key field, which I use to cross-reference the webhook to the related incident/event. I set the integration_key in the eventsv2 API call creating an incident (as it’s used by PD for deduplication of events, I also need it to back reference).
the v3 webhook does not include this important reference. I’ve no way to correlate an event I create via the events API (the system that creates the event, is stateless and doesn’t keep whatever is returned from the API), and any v3 webhooks received.
hoping you can add this field back into the incident data type.